home *** CD-ROM | disk | FTP | other *** search
- Path: in1.uu.net!tandem!usenet
- From: Anatoli Mandelchtam <tolik@tarley_pc.loc201.tandem.com>
- Newsgroups: comp.lang.c++
- Subject: Re: VC++ Compile for DOS
- Date: Tue, 02 Jan 1996 00:29:18 -0800
- Organization: Tandem Computers Inc., Cupertino, CA
- Message-ID: <30E8ECDE.70A7@tarley_pc.loc201.tandem.com>
- References: <4c3ivt$gkg@jupiter.planet.net>
- NNTP-Posting-Host: miket_home1.fnord.tandem.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b4 (Win95; I)
-
- Chris Kemp wrote:
- .>
- .> I need to make a C++ application (uses classes and overloading but not MFC) to run
- .> on a DOS machine,
- .>
- .> I have the 32 bit VC++ 4.0, which I am using on an NT platform.
- .>
- .> Can I use the code I write on the NT platform, and compile it so that it
- .> will run on a 16 bit DOS platform? (It will call no API functions)
- .>
-
- VC++ 4.0 will not let you do it. Try using any other compiler (VC++ 1.52 that comes
- on the same CD should do the trick), just make sure all the near/far pointer business
- is taken care of.
-